home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / dan.h2 < prev    next >
Encoding:
Text File  |  1990-08-11  |  2.0 KB  |  107 lines

  1. .algorithms
  2. @algorith.hlp
  3. .STATEMENTS
  4. @statment.hlp
  5. .Control
  6. .step_time
  7. @steptime.hlp
  8. .implicit_loop
  9. @implicit.hlp
  10. .Assignment
  11. @assignme.hlp
  12. .Procedure
  13. @procedur.hlp
  14. .GENERAL
  15. Read each of the general topics for an introduction to
  16. DAN and the concepts you should understand when using it.
  17.  
  18. Use the cursor keys to highlight any word on the screen (not
  19. just the topics in the Help box) and then hit 'Enter' to get
  20. further information.
  21.  
  22. Another way to learn about DAN is to examine and execute the
  23. example algorithms on the distribution disk.  Use the Help
  24. facility in the Editor while an example algorithm is loaded.
  25. .editor
  26. @menuedit.hlp
  27. .forms
  28. .keywords
  29. .comments
  30. Comments may be embedded in either an algorithm or an ASCII data
  31. file.
  32.  
  33. Comments within algorithms must be enclosed within curly braces;
  34. i.e. { comment }.
  35.  
  36. Comments within ASCII data files may be enclosed within either
  37. curly braces or double quotes; i.e. {comment} or "comment".
  38. .operators
  39. @operator.hlp
  40. .functions
  41. @function.hlp
  42. .variables
  43. @variable.hlp
  44. .predefined_variables
  45. @predef.hlp
  46. .temp_variables
  47. @tempvar.hlp
  48. .pre_existing_variables
  49. @preexist.hlp
  50. .constants
  51. @constnt.hlp
  52. .predefined_constants
  53. @predcon.hlp
  54. .terminators
  55. @terminat.hlp
  56. .files
  57. @filefrmt.hlp
  58. .ASCII_input
  59. @ASCIIinp.hlp
  60. .EXPRESSIONS
  61. @express.hlp
  62. .GLOSSARY
  63. The terms in this section have special meaning in the
  64. Help descriptions.
  65. .grouped
  66. .processing_domain
  67. Refers to the values given to the independent variable (i.e. t and x)
  68. between START+BIAS and START+BIAS+DUR when evaluating expressions.
  69.  
  70. These values start at START+BIAS, increment by STEP for each subsequent
  71. value, and stop at START+BIAS+DUR.
  72. .restrictions
  73. @restrict.hlp
  74. .File
  75. @menufile.hlp
  76. .Options
  77. @menuopt.hlp
  78. .Edit
  79. @menuedit.hlp
  80. .Run
  81. @menurun.hlp
  82. .Time
  83. @menutime.hlp
  84. .Configure
  85. @menucfig.hlp
  86. .System
  87. @menusys.hlp
  88. .Help
  89. @menuhelp.hlp
  90. .Quit
  91. @menuquit.hlp
  92. .DAN
  93. @danintr.hlp
  94. .ver
  95. .F1
  96. .F2
  97. .F3
  98. .F4
  99. .F5
  100. .F6
  101. @menutime.hlp
  102. .Save
  103. @F2.hlp
  104. .Reset
  105. @F3.hlp
  106. .ESC
  107.